home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
04-10-20-2.swf
/
scripts
/
frame_1
/
PlaceObject2_35_4
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-18
|
364 b
|
15 lines
onClipEvent(enterFrame){
nowLoaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
percentLoaded = Math.floor(nowLoaded / total * 100);
if(nowLoaded != 0)
{
progress._xscale = percentLoaded;
if(percentLoaded >= 70)
{
this.gotoAndStop(2);
_parent.run.gotoAndStop("finished");
}
}
}